Uses of Class
algalcommand.io.SimpleTime

Packages that use SimpleTime
algalcommand.io   
 

Uses of SimpleTime in algalcommand.io
 

Methods in algalcommand.io that return SimpleTime
static SimpleTime SimpleTime.currentTime()
           
static SimpleTime SimpleTime.parseSimpleTime(java.lang.String time)
          makes a SimpleTime object from a String representing time
 

Methods in algalcommand.io with parameters of type SimpleTime
 void Schedule.updateTime(SimpleTime newtime)
          Updates the internal time keeping of this object.